.image-inner-bg a{
font-weight:bold;
font-size:12px;
color:#fff;
text-transform:uppercase;
text-decoration:none;
}

.image-inner-bg a.click{
padding-left:20px;
display:block;
text-align:right;
padding-top:20px;
padding-right:20px;
}
.image-inner-bg a.click img{
margin-right:7px;
position:relative;
top:2px;
}

.image-inner-bg a.description{
font-size:14px;
font-weight:normal;
padding-top:310px;
display:block;
padding-left:25px;
}
/* CSS Document */

*{
margin:0px;
padding:0px;
}

.floatl{
float:left;
}

.floatr{
float:right;
}

.clear{
clear:both;
}

#container{
	width:770px;
	float: left;
}
#container2 {
	width:770px;
	float: left;
}


/*css for img-section starts here*/

.image-section{
	width:770px;
}

.main-image{
	width:600px;
	background:#cdcdcd;
	padding:10px;
	height: 320px;
	border: 1px solid #aeaeae;
}

.image-inner-bg{
	padding:10px;
	height:300px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center 8px;
}

.image-list{
	width:127px;
	background:#dbdbdb;
	border:1px solid #939393;
	overflow:auto;
	height:325px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}


.image-list img{
	padding-top: 10px;
}

/*css for content box starts here*/

.content-box{
width:876px;
background:#f4f4f4;
border:1px solid #ededed;
padding:0px 20px 0px 20px;
margin:30px 0px;
}
